메인 콘텐츠로 건너뛰기
DELETE
/
catalogs
/
{id}
Delete a catalog
curl --request DELETE \
  --url https://your_a2_service/catalogs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted_rows": 123
}

인증

Authorization
string
header
필수

The access token received from the authorization server in the OAuth 2.0 flow.

경로 매개변수

id
string
필수

카탈로그 ID

응답

Successful Response

삭제 작업에 대한 응답 스키마입니다.

deleted_rows
integer
필수